SGGetChannelMaxFrames
TheSGGetChannelMaxFrames
function allows the sequence grabber component to determine the number of frames left to be captured from your channel.
pascal ComponentResult SGGetChannelMaxFrames (SGChannel c, long *frameCount);
c
- Identifies the channel connection for this operation.
frameCount
- Contains a pointer to a long integer that is to receive a value specifying the number of frames left to be captured during the preview or record operation. If the returned value is -1, the sequence grabber channel component captures as many frames as it can.
RESULT CODE
seqGrabInfoNotAvailable -9407 Channel component cannot support request SEE ALSO
The sequence grabber component sets the starting value by calling theSGSetChannelMaxFrames
function, which is described in the previous section.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help